home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / wf314.zip / WF311DOC.ZIP / DOCS / WF.010 < prev    next >
Text File  |  1992-01-31  |  35KB  |  831 lines

  1. .f3                              - # -              Chapter 10 - Miscellaneous
  2. .rm70
  3. .tc
  4. .tc1
  5. .tc 10. MISCELLANEOUS STUFF ...............................#
  6. CHAPTER 10   MISCELLANEOUS STUFF
  7.  
  8. .imMargins
  9. This chapter contains information that does not easily fit any where
  10. else.
  11.  
  12. .Tc    Performing a Word Count ............................#
  13. Performing a Word Count
  14. .ixPerforming;Performing a Word Count (^JV)
  15. .ixWord Count;Word Count - Performing (^JV)
  16. .ixCounting;Counting Words or Characters
  17.  
  18. Word Fugue comes with a word counting option. Press Ctrl J V, and a
  19. pop up window will appear with information similar to the following:
  20.  
  21.              ╔═══ WordFugue Version 1.6a ════╗
  22.              ║  Current File:                ║
  23.              ║  C:\WF\DOC\WF.010             ║
  24.              ║  Modified                     ║
  25.              ║  161 Lines                    ║
  26.              ║  5146 Bytes                   ║
  27.              ║  735 Words                    ║
  28.              ║  3 Pages                      ║
  29.              ║                               ║
  30.              ║  Jul 10, 1989   10:11 AM      ║
  31.              ║  319103 RAM bytes free        ║
  32.              ║  DOS Version: 3.30            ║
  33.              ║  2854912 Disk bytes free      ║
  34.              ║  Current Directory:           ║
  35.              ║  C:\WF\DOCS                   ║
  36.              ╚═══════════════════════════════╝
  37.  
  38.                 Fig 10.1 - Word Count display
  39. .tc1 Fig 10.1 - Word Count display .........................#
  40.  
  41.  
  42. Press ESC to return to editing the file. The information is relevant
  43. to the current file, so if you have more than one window open, you
  44. will need to place the cursor in each window and enter the command.
  45.  
  46. Calculating the file size and word count can take a long time on a big
  47. file, so you can press the space bar while the Get Info window is
  48. being updated to short circuit the calculation of some items.
  49.  
  50. .tc       Partial word count ..............................#
  51. Partial Word Count
  52.  
  53. If the cursor is placed within a marked block, only the words within
  54. that block will be counted, otherwise the entire file will be counted.
  55.  
  56. .Tc    Convert a Wordstar file ............................#
  57. Convert a Wordstar file
  58. .ixConvert a Wordstar;Convert a Wordstar file
  59.  
  60. You can either set an option when you load the file, or use the block
  61. command to turn off Hi order bits in a marked block. They have
  62. slightly different effects.
  63.  
  64. Options are on the Load file menu of the Options menu
  65.  
  66. This will zero the High order bits in a Wordstar file. You will of
  67. course lose any wrapped information about lines, since they will all
  68. end in a hard Carriage return. Any control codes will be left
  69. untouched. If you wish to retain the line wrap information, you must
  70. use the marked block approach given below.
  71.  
  72. .CP7
  73. To Turn off bits in a marked block:
  74. .ixStrip Hi bits;Strip Hi bits (Ctrl K^)
  75.  
  76. 1. Mark the block of text with Ctrl K B and Ctrl K K.
  77.  
  78. 2. Press the keys Ctrl K ^       (you need shift plus the 6 key for ^)
  79.    Word Fugue will turn off the hi bits in the marked block.
  80.  
  81. For example:
  82.     áíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╘╒╓╫╪┘┌█µτΦΘ
  83.  
  84.   becomes
  85.      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRTUVWXYZ[fghi
  86.  
  87. Strip Hi Bits on File Load
  88.  
  89. This is on the Global file submenu of the Options menu of the pull
  90. down menu. You can install it as a command sequence using WFINST, but
  91. the default is no command sequence. When Hi-bit strip is ON, the most
  92. significant bit of each character read from the disk will be set to
  93. zero. This is useful when reading in files previously generated in
  94. Wordstar document mode. Note that stripping the high bit will also
  95. affect any usage of the IBM extended ASCII character set, such as the
  96. line drawing characters.
  97.  
  98. .Tc    Convert Tab Characters To Spaces on Reading ........#
  99. Convert Tab Characters To Spaces on Reading
  100. .ixConvert;Convert Tabs to Spaces
  101. .imTabs
  102. .ix   Converting Tabs to Spaces
  103.  
  104. This is the Expand tabs option on the Load File submenu of the Load
  105. file menu of the pull down menu. You can install a command sequence
  106. for this command by using WFINST, but the default has no sequence
  107. installed. When tab expansion is ON, any tabs encountered upon read-in
  108. of a file are expanded into spaces, using a tab spacing that you
  109. specify. If tab expansion is OFF, Word Fugue leaves the tabs intact.
  110. In this case, Word Fugue does not expand tabs as it displays them, so
  111. these will be displayed on the screen as I.
  112.  
  113. .tc    Convert Spaces to Tabs When Writing The File .......#
  114. Convert Spaces to Tabs When Writing The File
  115. .ix   convert Spaces to Tabs
  116.  
  117. This is the Write tabs option on the Load File submenu of the Load
  118. file menu of the pull down menu. You can install a command sequence
  119. for this command by using WFINST, but the default has no sequence
  120. installed. By default, Word Fugue does not write tab characters in
  121. files saved from the editor. If Tab Writing is activated, Word Fugue
  122. will translate sequences of spaces to tabs in order to save disk space
  123. for the output file. Tabs are computed using the fixed spacing
  124. currently set for fixed tabs. Multiple spaces found within pairs of
  125. single or double quotes (as used in Pascal or C source code) will not
  126. be converted to tabs.
  127.  
  128. .tc    Outline Processing .................................#
  129. Outline Processing
  130.  
  131. Outline Processing is the ability to jot down your thoughts such as
  132. subject headings, and later flesh them out into a complete document.
  133. You have the ability to view only the headings, or the details, or
  134. both. The details can include other details at lower levels again.
  135.  
  136. .CP5
  137. With Word Fugue, this can be achieved by use of .FI and the Alt F
  138. command. Jot down your headings in a file. When you are ready to flesh
  139. them out, place a .FI command in column one on the line beneath each
  140. heading, and type a file name after the .FI command. Use a different
  141. file name on each .FI line.
  142.  
  143. Place the cursor on a line containing a .FI command, and press Alt F.
  144. Word Fugue will open another window with the new file loaded ready for
  145. editing. This file can in turn contain other .FI commands, which can
  146. be loaded in a similar fashion. If you do not have Zoom Windows set,
  147. you will see all files on the screen at the same time. You can nest
  148. include files up to 5 deep, which should give you plenty of scope for
  149. the biggest outlines.
  150.  
  151. .tc    Ruler Lines ........................................#
  152. Ruler Lines
  153. .IMRuler Lines
  154. .ixRR; .RR - Ruler line
  155.  
  156. A ruler line is used to determine the documents current left and right
  157. margins, tab stops and column boundaries. The current ruler line is
  158. displayed at the top of the document, unless you turn the display off.
  159.  
  160. The option to display the ruler line can be changed as part of the
  161. Options menu on the Ruler sub menu, or it can be changed by entering
  162. Ctrl O T, which will turn the display on and off.
  163. .ix   Display of
  164.  
  165. Word Fugue's default ruler is shown below. It is designed for type at
  166. 10 characters per inch on standard 8 inch stationery. The left margin
  167. is in column 1, the right margin in column 70, and tab stops every 8
  168. spaces beginning at column 9.
  169.  
  170.     L-------!-------!-------!-------!-------!-------!-------!-------!----R
  171.  
  172. .ixJustification;Justification of Text (^O^J or .RR)
  173. The ruler line can contain the following characters:
  174.  
  175.         Character       Meaning
  176.         L               Left margin
  177.         R               Right margin (ragged justification)
  178.         J               Right margin (justified)
  179.         !               Tab stop
  180.         <               Left margin of a column       ┌only effective if
  181.         >               Right Margin of a column      ┤word wrap and column
  182.         ]               Justified right column margin └mode are active
  183.                         or right table margin         ┌only effective if
  184.         {               Left margin of a table        ┤word wrap and column
  185.         }               Right margin of a table       └mode are active
  186.